.burger-bar{
    display: none;
}
#multiply-bar-section{
    display: none;
    color: white;
    font-size: 21px;
}
.navigation-bar{
    position: relative;
}
.popup-bar-api-section{
    overflow: none;
    position: absolute;
    top: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: black;
    padding: 5px 0;
    display: none;
    width: 100%;
}
.popup-bar-api-section a{
    text-decoration: none;
    border-bottom: 1px solid white;
    width: 100%;
    text-align: center;
    padding: 6px 4px;
    font-weight: 500;
    color: white;
}
.popup-bar-api-section input{
    width: 100%;
    padding: 4px 6px;
    margin: 3px;
    text-align: center;
    background: black;
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    color: white;
    font-weight: 500;
    color: white;
}
.popup-bar-api-section button{
    margin-top: 12px;
    border: none;
    outline: none;
    padding: 4px 45px;
    border-radius: 3px;
    font-weight: bold;
    background: deepskyblue;
    color: white;
}
.bi-caret-down{
    position: relative;
    top: 2px;
    font-size: 14px;
    color: white;
}
.menubar-inside{
    /* overflow: auto;
    width: 100%;
    outline: none;
    display: none;
    background: skyblue; */
}


@media screen and (max-width: 1199px){
    .right-nav-section{
        display: none;
    }
    .burger-bar{
        display: block;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 25px;
    }
    .burger-bar-menu{
        font-size: 21px;
        color: white;
        cursor: pointer;
    }
    .section-one{
        background: url("../../Images/Index-page-image/section-one/bg-one.png");
        background-repeat: no-repeat;
        background-position: right;
    }
    .section-one-left-bar p{
        color: black;
    }
    .section-one-right-bar{
        display: none;
    }
    .first-footer-column{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .second-footer-column p{
        padding-right: 45px;
        text-align: start;
    }
}
@media screen and (max-width: 991px){
    .section-two{
        padding: 25px 0;
    }
    .section-two-left-bar{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    .section-two-right-bar img{
        width: 600px;
    }
    .section-three{
        padding: 25px 0;
    }
    .section-three-left-bar img{
        width: 600px;
    }
    .section-three-right-bar{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    .why-us-column-section h2{
        font-size: 26px;
    }
    .why-us-column-section p{
        font-size: 13px;
        font-weight: 500;
        padding: 0px 20px;
    }
    .why-us-column-inside{
        margin: 12px;
    }
    .footer-section-bar-one h2{
        font-size: 16px;
    }
    .marqueetag img{
        width: 80px;
    }
}
@media screen and (max-width: 768px){
    .mobile-bar-responsive-design{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 25px;
    }
    .third-footer-column{
        padding-left: 15px;
    }
}
@media screen and (max-width: 311px){
    .left-nav-section h1{
        font-size: 35px;
    }
}
@media screen and (max-width: 444px){
    .section-one{
        background: none;
    }
}
@media screen and (max-width: 343px){
    .buttons-section-one{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
}




.popup-bar-api-section{
    overflow: none;
    position: absolute;
    top: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: black;
    padding: 5px 0;
    display: none;
    width: 100%;
    min-height: 30vh;
}
